home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 26 (Anniversary Edition)
/
Volume 26 [Anniversary Edition] - JOGO DISK .iso
/
DEPOSITO
/
REmovido
/
Nave
/
asteroid_rain.swf
/
scripts
/
DefineSprite_105
/
frame_1
/
DoAction.as
Wrap
Text File
|
2006-07-26
|
240b
|
22 lines
rand = random("6");
if(rand == "1")
{
gotoAndPlay(7);
}
if(rand == "2")
{
gotoAndPlay(12);
}
if(rand == "3")
{
gotoAndPlay(18);
}
if(rand == "4")
{
gotoAndPlay(24);
}
if(rand == "5")
{
gotoAndPlay(30);
}